home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / Localise / RangeDb.dfm / RangeDb.txt
Encoding:
Text File  |  1999-06-17  |  2.4 KB  |  136 lines

  1. object FormRange: TFormRange
  2.   Left = 468
  3.   Top = 253
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose Range'
  6.   ClientHeight = 283
  7.   ClientWidth = 292
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 300
  10.   Constraints.MinWidth = 300
  11.   DragKind = dkDock
  12.   DragMode = dmAutomatic
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 17
  25.     Top = 45
  26.     Width = 19
  27.     Height = 13
  28.     Caption = 'First'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 17
  32.     Top = 71
  33.     Width = 20
  34.     Height = 13
  35.     Caption = 'Last'
  36.   end
  37.   object Bevel1: TBevel
  38.     Left = 8
  39.     Top = 8
  40.     Width = 193
  41.     Height = 97
  42.   end
  43.   object Bevel2: TBevel
  44.     Left = 8
  45.     Top = 112
  46.     Width = 281
  47.     Height = 169
  48.   end
  49.   object Label3: TLabel
  50.     Left = 16
  51.     Top = 144
  52.     Width = 55
  53.     Height = 13
  54.     Caption = 'Filter States'
  55.   end
  56.   object Label4: TLabel
  57.     Left = 152
  58.     Top = 144
  59.     Width = 69
  60.     Height = 13
  61.     Caption = 'Filter Countries'
  62.   end
  63.   object CheckBoxRange: TCheckBox
  64.     Left = 45
  65.     Top = 16
  66.     Width = 97
  67.     Height = 17
  68.     Caption = 'Range Active'
  69.     TabOrder = 0
  70.   end
  71.   object Edit1: TEdit
  72.     Left = 56
  73.     Top = 41
  74.     Width = 129
  75.     Height = 21
  76.     TabOrder = 1
  77.     Text = 'Abacus'
  78.   end
  79.   object Edit2: TEdit
  80.     Left = 56
  81.     Top = 67
  82.     Width = 129
  83.     Height = 21
  84.     TabOrder = 2
  85.     Text = 'Custom'
  86.   end
  87.   object BitBtn1: TBitBtn
  88.     Left = 208
  89.     Top = 8
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'Apply'
  93.     TabOrder = 3
  94.     OnClick = BitBtn1Click
  95.     Kind = bkOK
  96.   end
  97.   object BitBtn2: TBitBtn
  98.     Left = 208
  99.     Top = 40
  100.     Width = 75
  101.     Height = 25
  102.     Caption = 'Close'
  103.     TabOrder = 4
  104.     OnClick = BitBtn2Click
  105.     Kind = bkCancel
  106.   end
  107.   object ListBoxStates: TListBox
  108.     Left = 16
  109.     Top = 160
  110.     Width = 129
  111.     Height = 113
  112.     ExtendedSelect = False
  113.     ItemHeight = 13
  114.     MultiSelect = True
  115.     TabOrder = 5
  116.   end
  117.   object ListBoxCountries: TListBox
  118.     Left = 152
  119.     Top = 160
  120.     Width = 129
  121.     Height = 113
  122.     ExtendedSelect = False
  123.     ItemHeight = 13
  124.     MultiSelect = True
  125.     TabOrder = 6
  126.   end
  127.   object CheckBoxFiltering: TCheckBox
  128.     Left = 48
  129.     Top = 120
  130.     Width = 97
  131.     Height = 17
  132.     Caption = 'Filtering Active'
  133.     TabOrder = 7
  134.   end
  135. end
  136.